All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.naming.BindingEnumeration

public interface BindingEnumeration
extends Enumeration
This is the enumeration interface for enumerating Bindings returned by Context.listBindings(). It extends Enumeration to allow type-specific objects (in this case 'Binding') to be returned.


Method Index

 o next()
Retrieves the next binding in the enumeration.

Methods

 o next
 public abstract Binding next() throws NamingException
Retrieves the next binding in the enumeration.

Returns:
The next binding in the enumeration.

All Packages  Class Hierarchy  This Package  Previous  Next  Index